home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / epson / m500ck.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1995-06-14  |  201 b   |  13 lines

  1. on mouseDown
  2.   puppetSound("├ëT├ëE├ë├¼├ëh 4")
  3.   puppetSprite(1, 1)
  4.   set the castNum of sprite 1 to 2
  5.   if not rollOver(1) then
  6.     puppetSprite(1, 0)
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   puppetSprite(1, 0)
  12. end
  13.